home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2004 March / PCWMAR04.iso / Software / Freeware / Wallpaper Control / wc1003.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-12-09  |  976 b   |  28 lines

  1. ;InnoSetupVersion=4.0.5
  2. [Setup]
  3. AppName=Stardust Wallpaper Control 2003
  4. AppVerName=Stardust Wallpaper Control 2003 (1.0.0.3)
  5. AppId=SdustWC1
  6. AppPublisher=Stardust Software
  7. AppPublisherURL=http://www.stardustsoftware.com
  8. AppSupportURL=http://www.stardustsoftware.com
  9. AppUpdatesURL=http://www.stardustsoftware.com
  10. CreateAppDir=no
  11. OutputBaseFilename=setup
  12. Compression=zip
  13. PrivilegesRequired=none
  14. DisableProgramGroupPage=yes
  15. LicenseFile=embedded\License.rtf
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{win}\WCMain.exe"; DestDir: "{win}"; Flags: restartreplace 
  20. [Run]
  21. Filename: "{win}\WCMain.exe"; Flags: nowait
  22. [Icons]
  23. Name: "{commonstartup}\Stardust Wallpaper Control 2003"; Filename: "{win}\WCMain.exe"; 
  24. [Languages]
  25. ; These files are stubs
  26. ; To achieve better results after recompilation, use the real language files
  27. Name: "default"; MessagesFile: "embedded\default.isl"; 
  28.